home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 25
/
Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso
/
Aminet
/
demo
/
mag
/
HDU_no9.lha
/
Prg
/
TB40.lha
/
TB4.0
/
TBPrint
/
example.rexx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
OS/2 REXX Batch file
|
1998-02-10
|
391 b
|
31 lines
/* test.rexx for TBPrint V 1.05 */
ADDRESS 'TBPRINT.1'
OPTIONS RESULTS
/* Send TBPrint a test siganl */
'TEST'
SAY RESULT
SAY '------------------------------'
/*
** set filename to /numbers/Example.TB
*/
'SETF /Numbers/Example.TB'
SAY RESULT
SAY '------------------------------'
/*
** clear and load the current the filename
*/
'CLR'
/*
** Print as Text
*/
'PTEXT'
/*
** Quit
*/
'QUIT'